home *** CD-ROM | disk | FTP | other *** search
- gadutil.library/GU_DrawBevelBoxA gadutil.library/GU_DrawBevelBoxA
-
- NAME
- GU_DrawBevelBoxA -- Draw a bevelled box.
-
- SYNOPSIS
- GU_DrawBevelBoxA(rport, left, top, width, height, taglist)
- A0 D0 D1 D2 D3 A1
-
- VOID GU_DrawBevelBoxA(struct RastPort *, WORD, WORD, WORD, WORD,
- struct TagItem *);
-
- FUNCTION
- This function renders a bevelled box of specified dimensions
- and type into the supplied RastPort.
-
- INPUTS
- rport - RastPort into which the box is to be drawn.
- left - left edge of the box.
- top - top edge of the box.
- width - width of the box.
- height - height of the box.
- tagList - pointer to an array of tags providing extra parameters
-
- RESULT
- none
-
- NOTES
- See gadtools/DrawBevelBoxA() for more information.
-
- SEE ALSO
- GU_GetVisualInfoA(), gadtools/DrawBevelBoxA()
-